home *** CD-ROM | disk | FTP | other *** search
/ Mastering Internet Develo…oft ActiveX Technologies / Mastering Internet Development with ActiveX (1996)(Microsoft).iso / labs / mainst.mdb / Categories.json next >
JavaScript Object Notation  |  1996-07-16  |  1KB

  1. {
  2.     "schema": {
  3.         "CategoryID": "Long Integer",
  4.         "CategoryName": "Text (15) NOT NULL",
  5.         "Description": "Memo/Hyperlink (255)",
  6.         "Picture": "OLE (255)"
  7.     },
  8.     "data": [
  9.         {
  10.             "CategoryID": 1,
  11.             "CategoryName": "Beverages",
  12.             "Description": "Soft drinks, coffees, teas, beer, and ale",
  13.             "Picture": "BINARY_FILE:Categories/0_Picture"
  14.         },
  15.         {
  16.             "CategoryID": 2,
  17.             "CategoryName": "Condiments",
  18.             "Description": "Sweet and savory sauces, relishes, spreads, and seasonings",
  19.             "Picture": "BINARY_FILE:Categories/1_Picture"
  20.         },
  21.         {
  22.             "CategoryID": 3,
  23.             "CategoryName": "Confections",
  24.             "Description": "Desserts, candies, sweetbreads",
  25.             "Picture": "BINARY_FILE:Categories/2_Picture"
  26.         },
  27.         {
  28.             "CategoryID": 4,
  29.             "CategoryName": "Dairy Products",
  30.             "Description": "Cheeses",
  31.             "Picture": "BINARY_FILE:Categories/3_Picture"
  32.         },
  33.         {
  34.             "CategoryID": 5,
  35.             "CategoryName": "Grains/Cereals",
  36.             "Description": "Breads, crackers, pasta, and cereal",
  37.             "Picture": "BINARY_FILE:Categories/4_Picture"
  38.         },
  39.         {
  40.             "CategoryID": 6,
  41.             "CategoryName": "Meat/Poultry",
  42.             "Description": "Prepared meats",
  43.             "Picture": "BINARY_FILE:Categories/5_Picture"
  44.         },
  45.         {
  46.             "CategoryID": 7,
  47.             "CategoryName": "Produce",
  48.             "Description": "Dried fruit and bean curd",
  49.             "Picture": "BINARY_FILE:Categories/6_Picture"
  50.         },
  51.         {
  52.             "CategoryID": 8,
  53.             "CategoryName": "Seafood",
  54.             "Description": "Seaweed and fish",
  55.             "Picture": "BINARY_FILE:Categories/7_Picture"
  56.         }
  57.     ]
  58. }